home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Critical Thinking Skills / Workplace Effectiveness: Critical Thinking Skills.iso / pc / Files / Puzzler.dxr / 00007_puzzle selector.ls < prev    next >
Encoding:
Text File  |  1998-09-14  |  218 b   |  14 lines

  1. on mouseUp
  2.   global gSection
  3.   stopSound2()
  4.   case the clickOn of
  5.     2:
  6.       set gSection to #puzzle1
  7.     3:
  8.       set gSection to #puzzle2
  9.     4:
  10.       set gSection to #puzzle3
  11.   end case
  12.   go(string(gSection))
  13. end
  14.